home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / N-O / NHyperCat.cpt / NeuHyperCat v1.0 / card_2545.txt < prev    next >
Text File  |  1988-11-06  |  2KB  |  72 lines

  1. -- card: 2545 from stack: in.0
  2. -- bmap block id: 12074
  3. -- flags: 0000
  4. -- background id: 2215
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 0001
  11. -- rect: left=213 top=297 right=325 bottom=257
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20.  
  21.  
  22. -- part 2 (button)
  23. -- low flags: 00
  24. -- high flags: A003
  25. -- rect: left=26 top=295 right=318 bottom=134
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: Thanks to...
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   show card field "thanks"
  37.   wait until the mouseclick
  38.   hide card field "thanks"
  39.  
  40. end mouseUp
  41.  
  42.  
  43.  
  44. -- part 3 (field)
  45. -- low flags: 81
  46. -- high flags: 0004
  47. -- rect: left=105 top=71 right=270 bottom=412
  48. -- title width / last selected line: 0
  49. -- icon id / first selected line: 0 / 0
  50. -- text alignment: 0
  51. -- font id: 3
  52. -- text size: 10
  53. -- style flags: 0
  54. -- line height: 13
  55. -- part name: thanks
  56.  
  57.  
  58. -- part contents for card part 3
  59. ----- text -----
  60. I'd like to thank the following people who created XCMD's or XFCN's without which this stack would be quite functionless.
  61.  
  62. First, and foremost, Oscar F. Hills, whose ReadCat XFCN is 
  63. the heart of this stack. Hats off to an awesome XFCN!
  64.  
  65. Also thanks to James L. Paul for the DoList XCMD, an extremely useful one that I highly reccommend.
  66.  
  67. And, last but not least, thanks to Marvin Nelson for his
  68. SortItems XFCN,  making everything nice and alphabetical.
  69.  
  70. THANKS!!!
  71.  
  72. Scott Neufeld